home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 79
/
maccd 79.iso
/
multimedial
/
GL Tron
/
Source
/
Project
/
include
/
stdclib
/
SeekDefs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-12-29
|
334 b
|
22 lines
|
[
TEXT/MPS
]
/*
SeekDefs.h -- Common definitions
Copyright Apple Computer,Inc. 1987-1990, 1994, 1995
All rights reserved.
SEEK constants - defined only by FCntl and stdio. NOT defined by stddef
when included explicitly.
*/
#ifndef __SEEKDEFS__
#define __SEEKDEFS__
#define SEEK_CUR 1
#define SEEK_END 2
#define SEEK_SET 0
#endif